.container {
	width: 1200px;
	margin-top: 10px;
}

.searchpanle {
	width: 520px;
	background-color: #fff;
}

.logo {
	width: 65px;
	margin-right: 11px;
}

.searchView {
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchView .am-selected {
	width: auto;
	margin-right: 5px;
}

.searchView .am-selected button {
	border: 0;
}

.searchView .am-icon-caret-down:before {
	content: "\f107";
}

.searchInput {
	border: 0;
	border-right: 2px solid #D8D8D8;
	width: 210px;
}

.codeinput {
	border: 0;
	width: 112px;
}

.searchpanle .am-input-group-btn {
	display: inline-block;
}

.searchpanle .am-input-group-btn button {
	background-color: #EDEBEB;
	border-color: #EDEBEB;
	color: #C5C4C4;
	font-size: 16px;
}

.navList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 44px;
}

.navlists {
	display: block;
	width: 111px;
	font-size: 18px;
	color: #404040;
	text-align: center;
}

.navlists img {
	margin-bottom: 24px;
}

.content {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 11px 15px 3px rgba(0, 0, 0, 0.11);
	padding: 35px 70px 25px;
	margin-top: 35px;
}

.contentTitle {
	font-size: 26px;
	color: #3D3D3D;
	margin-bottom: 25px;
}

.redtext {
	color: #C7000B;
}

.contentTitle::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 25px;
	background-color: #EA666D;
	vertical-align: middle;
	margin-right: 10px;
}

.content .am-tabs-nav a {
	color: #C7000B;
	font-size: 19.21px;
	background-color: #fff;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	overflow: hidden;
}

.content .am-tabs-default .am-tabs-nav>.am-active a {
	color: #fff;
	background-color: #EC686F;
}

.content [data-am-widget=tabs] .am-tabs-nav {
	width: 150px;
}

.content .am-tabs-bd {
	border: 0;
}

.leftcontent {
	width: 450px;
}

.countTip {
	width: 21px;
	height: 21px;
	display: inline-block;
	background-color: #C70008;
	color: #fff;
	line-height: 21px;
	text-align: center;
}

.am-table>thead>tr>th {
	border: 0;
}

.am-table>tbody>tr>td {
	border-top: 1px dashed #A6A5A5;
	line-height: 2.6;
}

.am-table>tbody>tr:first-child>td {
	border: 0;
}

.rightcontent {
	width: 555px;
}

.subcontent {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.newslistItem {
	display: flex;
	border-bottom: 1px solid #BFBFBF;
	padding-bottom: 17px;
	margin-bottom: 11px;
}

.newslistItem:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

.newsimg {
	width: 126px;
	margin-right: 23px;
	height:80px;
}

.newsTitle {
	font-size: 18px;
	color: #696969;
	font-weight: bold;
}

.newstime {
	font-size: 14px;
	color: #7D7B7B;
}

.acceptType {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 123px;
	background-color: #FAF7FA;
	font-size: 26px;
	color: #3D3D3D;
}

.acceptImg {
	width: 50px;
	margin: 0 auto 5px;
}

.accepttext {
	font-size: 14px;
	color: #949494;
}

.typeBtn {
	color: #fff;
	font-size: 14px;
	background-color: #f37b1d;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
	padding: 0 8px;
}

.am-tabs-bd .am-tab-panel {
	height: 270px;
	overflow-y: auto;
}

.reverse .countTip {
	background-color: #aaa;
}

.acceptTypeItem {
	position: relative;
}

.showTip {
	position: absolute;
	width: 200px;
	min-height: 85px;
	border: 1px solid #5C94E3;
	left: 50%;
	transform: translateX(-50%);
	bottom: 90px;
	padding: 25px;
	background: #fff;
	display: none;
	z-index: 100;
	text-align: center;
}

.showTip::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid #5C94E3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}
.acceptTypeItem:hover>.showTip{
	display: block;
}
.qecode{
	font-size: 20px;
}